parent_class variable was GtkObjectClass instead of GObjectClass
authorHavoc Pennington <hp@pobox.com>
Mon, 25 Feb 2002 02:47:19 +0000 (02:47 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 25 Feb 2002 02:47:19 +0000 (02:47 +0000)
commit0ca2aa50c61fc15950d0eb0104c0f3646dd25569
tree007bb03c9599792c0ec772b4b7ec1e3fdcc93387
parent8ae6ab42b63627bcfec50b2a6a71fbdbc8142c77
parent_class variable was GtkObjectClass instead of GObjectClass

2002-02-24  Havoc Pennington  <hp@pobox.com>

* gtk/gtktextbuffer.c (parent_class): parent_class variable was
GtkObjectClass instead of GObjectClass

* gtk/gtktextview.c (widget_to_buffer): fix this the way
buffer_to_widget was fixed, to avoid duplicating
the code that computes text_window->allocation.x/y
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbuffer.c
gtk/gtktextview.c